xxxxxxxxxx
@GetMapping(value = "/investorsbyacceptheader",headers = "Accept=application/investors-v1+json,application/investors-v1.1+json")public List<Investor> fetchAllInvestorsForGiven..()throws VersionNotSupportedException {return getResultsAccordingToVersion("1.1");}