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