public async Task<ActionResult> GetChequesByCount(Cheque cheque) { Log.Info("Received a request to save the receipt"); return Ok(await _chequeRepository.Insert(cheque)); }