I'm trying to get around the fact that Entity Framework Core doesn't have support for Spatial Types by using the ...DBSet.FromSQL... Method, and hand rolling a migration to add a geography column on SQL Server....Here's my DataContext...public interface I...