using System; namespace MMirror.Integrations.Smhi; internal sealed class ClientOptions { public Uri BaseAddress { get; set; } = new("https://opendata-download-metfcst.smhi.se/"); }