Add FantasyService component inside services package which will contain method calculatePointsForPlayer(Team team, Round round, Player player). Return value should be PlayerPoints model which will contain internal map Map<String, Integer> where key will be points type and value will be points. PlayerPoints should have get method which will return total number of points. #23