public async Task <IActionResult> GetRanks(CancellationToken ct = default)
 {
     return(Ok(await _staffService.GetAllRanksAsync(ct)));
 }