namespace ElectronNET.API.Entities { public class NotificationOptions { public string Title { get; set; } public string Body { get; set; } } }