namespace JSMR.Application.VoiceWorks.Commands.SetFavorite; public sealed record SetVoiceWorkFavoriteRequest(int VoiceWorkId, bool IsFavorite);