@override Future<Empty> report(ServiceCall call, ReportCollection request) async { await reportInner(request); return Empty(); }