For testing purposes I would like to replace a CloudFilesProvider instance with my own type saving files to the local filesystem, using an IOC container like Autofac, Castle Windsor, ...
I could use the IObjectStorageProvider interface that CloudFilesProvider implements, but this interface does not contain the method ExtractArchiveFromFile...
Is it possible to add an interface containing those extra methods?
For testing purposes I would like to replace a CloudFilesProvider instance with my own type saving files to the local filesystem, using an IOC container like Autofac, Castle Windsor, ...
I could use the IObjectStorageProvider interface that CloudFilesProvider implements, but this interface does not contain the method ExtractArchiveFromFile...
Is it possible to add an interface containing those extra methods?