I have an interface IFileWriter as below:
public interface IFileWriter { void WriteFile(); }
The class implementation is as below: