public async Task <IActionResult> ProductGroups() { var result = await busProductGroup.GetCache(); return(Ok(context.WrapResponse(result))); }