public async Task <IActionResult> GetById(int id) { return(Ok(await initiativeService.GetByIdAsync(id))); }