
interface Worker {
    void start();
    void terminate();
    void work();
}