namespace NadekoBot; public interface INadekoInteractionService { public NadekoInteraction Create( ulong userId, SimpleInteraction inter); }