public static string ToWkt(this DbGeography geography) { return(geography.IfNotNull(g => g.AsText())); }