public async Task SendStatus(StatusModel status) { await _connection.SendAsync("SendStatus", status); }