public Task <IReadOnlyCollection <Settlement> > GetAllAsync()
 {
     return(_settlementRepository.GetAllAsync());
 }