getVideoBySectionAndVideoId

abstract suspend fun getVideoBySectionAndVideoId(sectionId: String, videoId: String): Result<Video>