namespace EvoCalculator.Core.Base.PostValues { public class BasePostValue { public T Value { get; set; } } }