waitVideoGallery

suspend fun BehaviourContext.waitVideoGallery(    initRequest: Request<*>? = null,     errorFactory: NullableRequestBuilder<*> = { null },     count: Int = 1,     filter: MediaGroupFilter<VideoContent>? = null): List<List<VideoContent>>