namespace Marco.Pms.Services.Service.ServiceInterfaces { public interface IFirebaseService { Task SendMessageToMultipleDevicesAsync(); } }