public static void SimpleAttribute( this CodeWriter cw, string name, AttributeTargets targets, bool allowMultiple = false) => ComplexAttribute(cw, name, targets).Dispose();