namespace OpenSim.Framework.Client { public interface IClientCore { bool TryGet(out T iface); T Get(); } }