public ImapListSelectionOptions CombineWith(ImapListSelectionOptions other)
 {
     return this + other;
 }
 public static ImapListSelectionOptions Combine(ImapListSelectionOptions x, ImapListSelectionOptions y)
 {
     return x + y;
 }