public async Task <IActionResult> GetStatistics() { return(Ok(await _ordersService.GetStatistics())); }