void Start()
 {
     CoroutineRunner.StartRoutine <int>(coroutine(), onComplete);
 }
 void Start()
 {
     CoroutineRunner.StartRoutine <string>(coroutine(), onComplete);
 }