Abstract method to fetch raw data.
This method should be implemented by subclasses.
Future<String> fetchData();