using System.Collections.Generic; namespace TOOHUCardAPI.DTO { public class PlayerDataGetRequestObject { public string Method { get; set; } public Dictionary Ids; } }