I have an async function getContextUrl(id: string): Promise that will return an url: string for a given id: string. Because
getContextUrl(id: string): Promise
url: string
id: string