class AbstractHandler def handle_command raise 'Handle command is not implemented' end end