public IActionResult CheckFullPath(string guid) { var newGuid = Guid.Parse(guid); return(Json(Service.GetFullPath(newGuid))); }