Superclass of RPC requests
A unique id assigned to message sent to Core. The Correlation ID is used to map a request to its response.
@property (nonatomic, strong) NSNumber<SDLInt> *_Nonnull correlationID;
var correlationID: NSNumber & SDLInt { get set }