public async Task <string> Init(string authId) { return(await _connectionHandler.AttachToSession(Context.ConnectionId, authId)); }