public async Task <ActionResult <int> > CountOperations() { var operationsCount = await _operationsRepository.Count(); return(operationsCount); }