/// <inheritdoc />
 public IObservable <Unit> CreateRecursive(string path)
 {
     return(_inner.CreateRecursive(path));
 }