public ReplaceResponder(Config config, string path)
 {
     creator = new RandomTextCreator(path);
     this.config = config;
 }
 public ReplaceResponder(Config config, string path)
 {
     creator     = new RandomTextCreator(path);
     this.config = config;
 }