public async Task <IEnumerable <CustomerDto> > GetAllCustomers() => await _customerFacade.GetAllCustomers().ConfigureAwait(false);