/// <summary> /// Constructs the step with the given encryptor /// </summary> public DecryptMessagesIncomingStep(Encryptor encryptor) { _encryptor = encryptor; }