public static StorageService GetStorageService(this IServiceManagement proxy, string subscriptionId, string name)
 {
     return(proxy.EndGetStorageService(proxy.BeginGetStorageService(subscriptionId, name, null, null)));
 }