public async Task <IHttpActionResult> RunTest(bool unTest = true) { if (unTest) { Configer.UnTest(); } return(Ok(await Configer.RunTestAsync(null))); }