public Task<AsyncJobResponse> DeleteTagsAsync(DeleteTagsRequest request) => _proxy.RequestAsync<AsyncJobResponse>(request);
public Task <AsyncJobResponse> DeleteTagsAsync(DeleteTagsRequest request) => _proxy.RequestAsync <AsyncJobResponse>(request);
public AsyncJobResponse DeleteTags(DeleteTagsRequest request) => _proxy.Request<AsyncJobResponse>(request);
public AsyncJobResponse DeleteTags(DeleteTagsRequest request) => _proxy.Request <AsyncJobResponse>(request);