public static TAttribute GetAttribute <TAttribute>(this Type type) where TAttribute : Attribute { return(DDRIT.GetAttribute <TAttribute>(type)); }