public static Setting ToSetting(this SettingItem entity) { return(entity.MapTo <SettingItem, Setting>()); }