private IEnumerator Action(Asset.Block block) { yield return StartCoroutine (block.Read ()); yield return StartCoroutine (block.Callback ()); }