MediaElement component from CommunityToolkit.Maui to add a media player. Their guide supports 3 different schemes(?) as defined here: https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/views/mediaelement?tabs=windowsembed:// or filesystem:// source but I don't know how to set either of them. I've tried filesystem with no luck. Assuming my .mp4 is located at Path.Combine(AppDomain.CurrentDomain.BaseDirectory, @"Assets\Music\guidgen.mp4") what would the corresponding filesystem:// or embed:// value be?