val profile = getCurrentWebsiteProfile() if (profile is LinkedInProfile) { print("${profile.getAwesomeProfile()}") }else { print("${getBlogUrl()}") }