protected void OnHashFailed(object sender, FileHashMismatchEventArgs args) { HashFailed?.Invoke(this, args); }
private static void FileCopyOnHashFailed(object sender, FileHashMismatchEventArgs e) { throw new NotImplementedException(); }