public bool DeleteTestFile(string fileInput, string fileOk, string problem) { return(_fileGenerator.DeleteFile(fileInput, fileOk, problem)); }