namespace EvoCalculator.Core.Calculation.Post { public class BasePostValue { public T Value { get; set; } } }