public object DeserializeFrom(Type type, MemoryStream stream) { return(MongoHelper.FromStream(type, stream)); }