public void CreateContainerIfNotExists()
 {
     AzureStorageHelper.CreateContainerIfNotExists(ConnectionString, ContainerName);
 }