using QuizPleaseTest.Common.Services; namespace QuizPleaseTest.Boot.Flow { public interface IBootFlowService : IService { } }