namespace TaskTrackingSystem.Shared.Models.Notification; public class RegisterDeviceTokenDto { public string FcmToken { get; set; } = string.Empty; }