public async Task <IActionResult> GetArtcileById(long id) { var result = await _blogCategoryService.GetCategoryById(id); return(Ok(result)); }