data class StoryComment : Parcelable
StoryComment(writer: StoryActor, text: String)
val text: String
val writer: StoryActor