public Task <AsyncJobResponse> AssociateUcsProfileToBladeAsync(AssociateUcsProfileToBladeRequest request) => Proxy.RequestAsync <AsyncJobResponse>(request);
 public Task<AsyncJobResponse> AssociateUcsProfileToBladeAsync(AssociateUcsProfileToBladeRequest request) => _proxy.RequestAsync<AsyncJobResponse>(request);
 public AsyncJobResponse AssociateUcsProfileToBlade(AssociateUcsProfileToBladeRequest request) => Proxy.Request <AsyncJobResponse>(request);
 public AsyncJobResponse AssociateUcsProfileToBlade(AssociateUcsProfileToBladeRequest request) => _proxy.Request<AsyncJobResponse>(request);