public Task <UserDetails> GetGroupHost(string groupId) { return(_userTracker.GetGroupHost(groupId)); }