public async Task <Address> GetAddress([Service] AddressResolver resolver, string id)
 {
     return(await resolver.Address(id));
 }