using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace MyCore.Services.Devices { public class ActionService { // TODO it's here that action are thrown.. Call from Mqtt Or other service like controller if from RpiServices } }