// // Atom.custom // public static implicit operator string (Gdk.Atom atom) { return atom.Name; }