public async Task RegisterCheck(CheckSettings check, IRequest <CommandResult> command)
        {
            await _checksProcessor.RegisterCheckProcessor(check, command);

            await _scheduler.AddToSchedule(check);
        }