public StreamProvider(IDirectoryProvider directoryProvider, String filePath) { _stream = directoryProvider.CreateStream(filePath); }