namespace RPGLibrary.Command { public interface ICommand { public IAsyncEnumerable Execute(); } }