Entry point for the make:api_service command.
Future<void> main(List<String> arguments) async => await _MakeApiServiceCommand(arguments).run();