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