public IEnumerable <Attribute> GetAttributes() { return(AttributeProvider.GetCustomAttributes(true).Cast <Attribute>()); }