public Task <AsyncJobResponse> AttachVolumeAsync(AttachVolumeRequest request) => _proxy.RequestAsync <AsyncJobResponse>(request);
public AsyncJobResponse AttachVolume(AttachVolumeRequest request) => _proxy.Request <AsyncJobResponse>(request);