namespace Bit.Core.Settings; public interface IWebPushSettings { public string VapidPublicKey { get; set; } }