public bool HasAttribute <T>() where T : Attribute =>
 _descriptor.HasAttribute <T>();