String localDataSourceContent(String featureName) => ''' abstract class ${featureName.toPascalCase()}LocalDataSource {} ''';