Class that manages all the connections and streaming
init(devId: String, referenceId: String?, completion: @escaping(Bool) -> Void)
devId
: String -> Your developer ID from terrareferenceId
: String? -> A user ID associated to your yourscompletion
: (Bool) -> Void -> A completion function that is called when the initialisation is complete