public override async Task <bool> Verify(Archive a)
 {
     return(SourcePath.Exists && await SourcePath.FileHashCachedAsync() == Hash);
 }