public void Run() { _api.Start(); Console.ReadLine(); _api.Stop(); }
public void Dispose() { api.Stop(); }