using System; namespace IoT.Shared.Infrastructure { public interface IClientService : IDisposable { void Start(); } }