Future<Message> submitMessage(Message message) async { Message response = await _hubService.hubClient.submitMessage(message); return response; }