public async Task <Server> GetAsync(long id) { return(await _endpointService.GetAsync(id)); }
public async Task <LoadBalancerType> GetAsync(long id) { return(await _endpointService.GetAsync(id)); }
public async Task <FloatingIp> GetAsync(long id) { return(await _endpointService.GetAsync(id)); }
public async Task <Certificate> GetAsync(long id) { return(await _endpointService.GetAsync(id)); }