public static SeoInfo ToWebModel(this customerModel.SeoInfo seoDto) { return(seoDto.JsonConvert <catalogModel.SeoInfo>().ToWebModel()); }