public Task <SspResponse> AddStratosphereSspAsync(AddStratosphereSspRequest request) => _proxy.RequestAsync <SspResponse>(request);
 public Task<SspResponse> AddStratosphereSspAsync(AddStratosphereSspRequest request) => _proxy.RequestAsync<SspResponse>(request);
 public SspResponse AddStratosphereSsp(AddStratosphereSspRequest request) => _proxy.Request <SspResponse>(request);
 public SspResponse AddStratosphereSsp(AddStratosphereSspRequest request) => _proxy.Request<SspResponse>(request);