namespace NetCore { public interface ILogicalParsing { void Logic(object data, IConnection iConnection); } }