public IActionResult GetDirectory([FromQuery] string path)
 {
     return(Ok(_directoryProvider.GetDirectoryList(path)));
 }