public IActionResult ActivityExists(string title) { var exists = activityRepository.ActivityExists(title); return(Ok(exists)); }