protected virtual string GetVarName <T>(T item) where T : class
 {
     return(VRTK_SharedMethods.GetPropertyFirstName <T>());
 }