protected override void SetupContext()
 {
     createContainer = new CreateContainer("http://storageurl", "containername");
     mock = new Mock<ICloudFilesRequest>();
     createContainer.Apply(mock.Object);
 }