public static IStreamWriter ToJsonStreamWriter <T>(this IObservableX <T> source) { return(source.ToEnumerable().ToJsonStreamWriter()); }