@override Future<bool> deleteTerminal({required String id}) async { logger.debug(this, 'Deleting terminal: $id'); throw UnimplementedError(); }