This class has been created to provide an easy way to implement single frame execution implementations for methods with a return type of IEnumerator
To use it, after placing all code that needs to run in the method, simply use the following line of code:
return SimpleYieldBreakEquivalentEnumerator.Instance;