namespace ReC.Application.Common.Options; public class RecActionOptions { public int MaxConcurrentInvocations { get; set; } = 5; }