# Functions
NewUserCenterService is a constructor function that takes a IBiz instance as an input and returns a new UserCenterService instance.
# Variables
ProviderSet is a set of service providers, used for dependency injection.
# Structs
UserCenterService is a struct that implements the v1.UnimplementedUserCenterServer interface and holds the business logic, represented by a IBiz instance.