namespace Netch.Interfaces { public interface IController { public string Name { get; } public void Stop(); } }