public void SetUp()
 {
     createContainer = new PutStorageDirectory("http://storageurl", "containername", "objname");
     mock = new Mock<ICloudFilesRequest>();
     createContainer.Apply(mock.Object);
 }