<PackageReference Include="Relativity.Kepler" Version="2.23.1" />

ServiceBehaviorAttribute

Defines a Service Behavior for this Kepler Service.
public string Argument { get; set; }

The optional Argument of the Service Behavior.

public string Name { get; set; }

The Name of the Service Behavior.

public ServiceBehaviorAttribute(string name, string argument = null)

Defines a Service Behavior with a Name and an optional Argument.