public static DashboardSettings fromJSONString(string s) { return(TypeSerializer <DashboardSettings> .FromJsonString(s)); }