public IActionResult Create() { if (!string.IsNullOrEmpty(_circleService.GetLoggedInUserId())) { return(View()); } else { return(Unauthorized()); } }