package asianaidt.com; public interface Power { void PowerOn(); void PowerOff(); }