using System; namespace QuantConnect.Algorithm.Python.Benchmarks { public interface ScheduleEventsBenchmark { } }