public object NullSafeGet(IDataReader rs, string[] names, object owner) { var json = (string)rs[names[0]]; return(_jsonService.Desirialize(json)); }