public DeleteBannedPhoneResponse DeleteBannedPhone(int id) { return(new DeleteBannedPhoneResponse { Error = _banService.DeleteBannedPhone(id) }); }