private void Block(object actionArgument) { CheckAuthorization(); SubscriberInfoProvider.BlockUser(ValidationHelper.GetInteger(actionArgument, 0)); }