public Task <IEnumerable <long> > GetChatsIdsAsync(CancellationToken cancellationToken) =>
 _repository.GetChatsIdsAsync(cancellationToken);