using System; namespace AutoTestApplication { class Program { static void Main(string[] args) { var service = new AutoTestService(); service.RunRobotFrameworkReport(); } } }