public static Hotspot ToEntity(this HotspotModel createmodel, Hotspot destination) { return(createmodel.MapTo(destination)); }
public static Hotspot ToEntity(this HotspotModel createmodel) { return(createmodel.MapTo <HotspotModel, Hotspot>()); }