namespace FruitBank.Common.Interfaces; public interface IIncomingQuantity { int IncomingQuantity { get; set; } }