public Task <KeyValuePair <string, TemporaryFile> > GetContractAttachmentAsync(string url)
 {
     AssertContractsIsAvailable();
     return(contractsClient.GetAttachmentAsync(url, SignWith.LatestApprovedId));
 }