public bool HasAttribute <TAttribute>() where TAttribute : Attribute { return(AttributeProvider.HasAttribute <TAttribute>()); }