using System; namespace Fleck { public interface IWebSocketServer : IDisposable { void Start(Action config); } }