public void CreateOrUpdate(FileId id, Stream stream) { ExceptionHelper.ThrowIfNull(id, "id"); ExceptionHelper.ThrowIfNull(stream, "stream"); _FileStore.CreateOrUpdate(id, stream); }