waitAnimation

suspend fun BehaviourContext.waitAnimation(    initRequest: Request<*>? = null,     errorFactory: NullableRequestBuilder<*> = { null },     count: Int = 1,     filter: SimpleFilter<CommonMessage<AnimationContent>>? = null,     mapper: CommonMessageToContentMapper<AnimationContent>? = null): List<AnimationContent>