namespace Elwig.Helpers.Weighing { /// /// Interface for controlling a a scale which automatically sends weighing updates /// public interface IEventScale : IScale { } }