Issue Description
Type: feature request
Describe what feature you want
In current version, OpenSergoClient uses prototype mode.
SDK will create a new instance when invoke NewOpenSergoClient, even if the endpoint is the same.
It is very expensive without reuse mechanism, so we need a reuse mechanism to avoid it.