public void DeleteCloudInfrastructure(DeleteCloudServiceProviderModel model)
 {
     CloudServiceProviderUtils.DeleteCloudInfrastructure(model);
 }
 public void CreateCloudInfrastructure(CreateCloudServiceProviderModel model)
 {
     CloudServiceProviderUtils.CreateCloudInfrastructure(model);
 }