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