#nullable enable namespace Marechai.App.Presentation.Models; public class SoundSynthDetailNavigationParameter { public int SoundSynthId { get; set; } public object? NavigationSource { get; set; } }