namespace Core.Callbacks; public class TraderCallbacks { public void Load() { throw new NotImplementedException(); } public GetBodyResponseData> GetTraderSettings(string url, EmptyRequestData info, string sessionID) { throw new NotImplementedException(); } public GetBodyResponseData GetTrader(string url, EmptyRequestData info, string sessionID) { throw new NotImplementedException(); } public GetBodyResponseData GetAssort(string url, EmptyRequestData info, string sessionID) { throw new NotImplementedException(); } public bool Update() { throw new NotImplementedException(); } }