public Task MoveAsync(FileItem file, string desiredPath) { throw new NotImplementedException(); }
private string Key(FileItem file) { return(this.Context.ToCommonPath(file).ToLowerInvariant()); }