public override async Task <IExposureNotificationStatus> GetStatusAsync()
 {
     return(await Client.GetStatusAsync());
 }