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