export interface TaskInterface {
    execute(): void;
}
