public Task <AsyncJobResponse> AddBaremetalDhcpAsync(AddBaremetalDhcpRequest request) => _proxy.RequestAsync <AsyncJobResponse>(request);
 public AsyncJobResponse AddBaremetalDhcp(AddBaremetalDhcpRequest request) => _proxy.Request <AsyncJobResponse>(request);