namespace FruitBank.Common.Interfaces; public interface IAvailableQuantity { int AvailableQuantity { get; } }