namespace ReswCodeGen.Core { public class CodeGeneratorFactory { public ICodeGenerator Create(string defaultNamespace, string inputFileContents) { return null; } } }