namespace ElectronNET.API.Entities { /// /// /// public class ReadBookmark { /// /// Gets or sets the title. /// /// /// The title. /// public string Title { get; set; } /// /// Gets or sets the URL. /// /// /// The URL. /// public string Url { get; set; } } }