public async Task <bool> CancelBan(BaseRequestData model) { return(await _banService.CancelBan(model.PlayerId)); }