using System; namespace Elwig.Helpers.Weighing { public class WeighingEventArgs(WeighingResult result) : EventArgs { public readonly WeighingResult Result = result; } }