public void ISendTheRequestPatchToRoureClientProfileWithValidBodyAndAuthorizationToken()
 {
     _changedLocation = ClientRequests.SendReguestChangeClientCompanyLocationPatch(Constants.Location, _user.TokenData.Token);
 }