public IActionResult Delete(int id) { return(ApiAction(() => { _CommunityService.Delete(id); return Accepted(); })); }