public Task <IReadOnlyCollection <Settlement> > GetByClientIdAsync(string clientId) { return(_settlementRepository.GetByClientIdAsync(clientId)); }