namespace JiShe.CollectBus.Application.Contracts { public interface ICommandService { Task AmmeterParameterSendAsync(); bool AmmeterParameterReading(); bool ActivePowerIndicationReading(); } }