public static void CopyAttributesTo(this ICustomAttributeProvider source, object destination)
 {
     source.CopyAttributesTo(destination, cad => true);
 }