Inheritance: WriterContinuation
 protected bool Equals(WriteFileContinuation other)
 {
     return(Equals(_file, other._file));
 }
 protected bool Equals(WriteFileContinuation other)
 {
     return Equals(_file, other._file);
 }