public function setUp()
 {
     parent::setUp();
     $tableRestProxy = $this->builder->createTableService($this->connectionString);
     parent::setProxy($tableRestProxy);
     $this->_createdTables = array();
 }
 public function setUp()
 {
     parent::setUp();
     $blobRestProxy = $this->builder->createBlobService($this->connectionString);
     parent::setProxy($blobRestProxy);
     $this->_createdContainers = array();
 }