/// <inheritdoc />
 public PropertyInfo Resolve(bool throwOnError)
 {
     return(ReflectorResolveUtils.ResolveProperty(this, throwOnError));
 }