namespace SkinsApi.Interfaces.SkinService { public interface IProfile { public string id { get; set; } public string name { get; set; } } }