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