public async Task <JsonResult> GetUsers() { var result = await _order.GetUsers(); return(await GenerateResult(result, _userSettings)); }