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