4445464748495051
/** * Create a new instance of AHSClient. */ @Public public static AHSClient createAHSClient() { AHSClient client = new AHSClientImpl(); return client; }