using FruitBank.Common.Interfaces; namespace FruitBankHybrid.Shared.Services; public interface IMeasurementService : IMeasurementServiceBase { }