interface CommandInterface{ public function execute(); }
interface CommandInterface{
public function execute();
}