namespace Core.Callbacks; public class WeatherCallbacks { public GetBodyResponseData GetWeather(string url, EmptyRequestData info, string sessionID) { throw new NotImplementedException(); } }