public IActionResult StatisticsTest() { var manager = new TestManager(); return(Ok(manager.CorellationTest())); }