public async Task <IActionResult> GetAllScripts(CancellationToken cancellationToken) { return(Ok(await _service.GetAllScripts(HttpContext.GetCurrentUserId(), cancellationToken))); }