public IEnumerable <T> GetAttributes <T>() where T : Attribute =>
 _descriptor.GetAttributes <T>();