namespace UrlShortener { public class UrlShortenEntry { public long Id {get;set;} public string Url {get;set;}=""; public DateTime Created {get;set;} } }