/// <summary> /// Initializes a new instance of the <see cref="Owly" /> class. /// </summary> /// <param name="hootsuite">The hootsuite.</param> /// <param name="connection">The connection.</param> public Owly(HootsuiteClient hootsuite, ConnectionOwly connection) { _hootsuite = hootsuite; _connection = connection; }