namespace FoodsharingSiegen.Contracts.Enums { public enum ProspectStateFilter { All = 0, OnBoarding = 10, Verification = 20, Completed = 30 } }