public static SourceState ToNativePort(this RTCSourceState platformNative) => (SourceState)platformNative;
 public static SourceState ToNet(this RTCSourceState self)
 {
     return((SourceState)self);
 }