namespace BTCPayServer.Plugins.MicroNode; public class MicroNodeStoreSettings { public string Key { get; set; } public string? ForwardDestination { get; set; } }