public WonkaRefField GetFieldByFieldName(string psFieldName)
 {
     return(FieldCache.Where(x => x.FieldName == psFieldName).FirstOrDefault());
 }