class UseCase { String fetchData() => "Data fetched by UseCase"; }