protected override Article Normalize(Article entity) { entity = _business.NormalizeEntity(entity).Result; return(entity); }