public IActionResult GetGroups() { _log.Info($"GetGroups Calling"); return(Ok(_userViewRepository.GetGroups())); }