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