public long GetMessageCount(DateTime from)
 => MessageCollection.CountDocuments(x => x.AuthorId == this.Id && x.Time > from);