using LJLib.Net.SPI.Client; namespace LJLib.Client { public abstract class LJClientCreator { public abstract ILJClient newClient(); } }