private static string GetDefaultUrl(InMemoryStorage storage, string location) { return(storage.DefaultUrlGenerator( new UrlGenerationOptions("boardname", false, 3600) ).AbsoluteUrlFor(location)); }