public UpdatedPointMessage(FishingPoint.Web.Point point) { this.Point = point; }
public LaunchNewPointMessage(FishingPoint.Web.Point point) { this.Point = point; }