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