Future<void> runWorkflow(Future<void> Function() function) async { _appUseCase( AppUseCaseParams( func: function, ), ); }