public override PropertyType GetPropValue()
 {
     return(_aProp.GetProperty(TheObj));
 }
 public PropertyType GetPropValue() => _aProp.GetProperty(_obj);