// Copyright © WireMock.Net namespace WireMock.Net.Aspire; internal enum WireMockMappingState { NoMappings = 0, NotSubmitted = 1, Submitted = 2 }