using Core.Models.Eft.Common; namespace Core.Callbacks; public class LocationCallbacks { public GetBodyResponseData GetLocationData(string url, object info, string sessionID) { throw new NotImplementedException(); } public GetBodyResponseData GetLocation(string url, GetLocationRequestData info, string sessionID) { throw new NotImplementedException(); } }