namespace LANCommander.Server.Models
{
public class AddToCollectionOptions
public IEnumerable<Guid> GameIds { get; set; }
}