namespace Core.Callbacks; public class CustomizationCallbacks { public GetBodyResponseData GetSuits(string url, object info, string sessionID) { throw new NotImplementedException(); } public GetBodyResponseData> GetTraderSuits(string url, object info, string sessionID) { throw new NotImplementedException(); } public ItemEventRouterResponse WearClothing(PmcData pmcData, WearClothingRequestData body, string sessionID) { throw new NotImplementedException(); } public ItemEventRouterResponse BuyClothing(PmcData pmcData, BuyClothingRequestData body, string sessionID) { throw new NotImplementedException(); } }