waitStaticLocationMessage

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