public IActionResult ImportDeadLocks(string file) { _dataLoader.ImportDeadlocks(file); return(Ok()); }