in src/main/java/com/epam/digital/data/platform/history/model/UserInfo.java [30:34]
public UserInfo(String fullName, String drfo, String edrpou) { this.fullName = fullName; this.drfo = drfo; this.edrpou = edrpou; }