using VberZero.AppService.States; namespace VberAdmin.BaseSystem.States; public interface IStateAppService : IStateAppServiceBase { }