public PeopleNearByResponse(UserLocationModelView UserLocation) : this(true, ClientMessageConstant.Success, UserLocation)
 {
 }
 private PeopleNearByResponse(bool success, string message, UserLocationModelView userLocation) : base(success, message)
 {
     UserLocation = userLocation;
 }