using Gs.Toolbox; namespace Gs.Toolbox { public interface IBussinessService : IScope { } }