export interface IControl { start(): void stop(): void destroy(): void }