public static void Main()
 {
     var custom = new Custom(Scheduler.Immediate);
     custom.ComplexMethod(GetComplexMethodParameter()).Subscribe();
 }