Default constructor for Server.
Params:
factory Server({required String baseUrl}) { return ServerImpl(baseUrl: baseUrl); }