namespace TheXamlGuy.Framework.Serial; public interface ISerialConnectionStreamer { Stream Stream { get; } }