in src/main/java/com/epam/aidial/auth/helper/dto/UserInfoDto.java [21:24]
public UserInfoDto setName(String name) { this.name = name; return this; }