/// <inheritdoc/> public IObservable <string> GetDownloadUrl(string path) { return(_storage .Child(path) .GetDownloadUrlAsync() .ToObservable()); }