in src/main/java/com/epam/digital/data/platform/notification/service/InboxNotificationLoader.java [36:38]
public InboxNotificationLoader(NotificationTemplateRestClient templateRestClient, ObjectMapper yamlMapper) {
super(templateRestClient, yamlMapper);
}