@override Future<List<LogEntry>> getLog() async { _methodCalls.add('getLog'); return List.unmodifiable(_logEntries); }