Get rid of `DSharp.Core.PropertyPath` dependency

Issue #3 resolved
Former user created an issue

Get rid of DSharp.Core.PropertyPath dependency.

You can use the expressions in unit DSharp.Core.Expressions

Example:

FSourceProperty := Expression.PropertyAccess(Expression.Constant(Self), AMemberNamePath);