public GetServerTimeResponse GetServerTime()
 {
     return(Execute("GetServerTime", () => ApiServiceInternal.GetServerTime()));
 }