public interface Laptop {
    void runTests();
}