private async Task <string> GetRemoteCertificateHash()
 {
     return(await HttpRequest.GetStr(EndPointHelper.GetCertificateHashURL()));
 }