public bool IsDefined <T> (bool inherited) where T : class
 {
     return(_implementationPropertyInfo.IsDefined <T> (inherited));
 }