using System; using System.Collections.Generic; using System.Linq; using System.Text; using HeuristicLab.Services.Hive.Common.ServiceContracts; using HeuristicLab.Services.Hive.Common; using HeuristicLab.Clients.Common; namespace HeuristicLab.Clients.Hive { public interface IServiceLocator { Disposable GetService(); } }