using Prism.Modularity; // ReSharper disable CheckNamespace namespace DTS.Common.Interface { public interface IExportModule : IModule { void StartSession(); bool SessionStarted { get; } } }