In DDD i have an aggregate Lobby
Lobby
public class Lobby : Entity { public List Users { get; private set; } public void RemoveUse