@Test
  public void getMarketplaceName() throws Exception {
    // given
    givenMarketplaceName();

    // when
    String result = logCollector.getMarketplaceName(dsMock, "marketplaceId");

    // then
    assertEquals(MARKETPLACENAME, result);
  }