namespace Housing.Services; public interface IScpiClient : IDisposable { Task SendAsync(string command); Task QueryAsync(string command); }