Currently the ChatServer project indirectly depends on the DataModel.
The dependency can be shown as follows:
ChatServer -> Interfaces -> DataModel
The Interface project just uses the following stuff of the DataModel:
FriendViewItem -> can be moved to the Interfaces project
LetterHeader -> can be moved to the Interfaces project
Guild, GuildMemberInfo, GuildPosition -> ???