Debug.WriteLine("Trying to send message to StorageQueue");
PinLocationEntity currentPin = new PinLocationEntity(1, 2, 3, "NW", "100", 10, 12, "0", DateTime.Now);
string jsonCurrentPin = JsonConvert.SerializeObject(currentPin);
await StorageQueuesHelper.SendMessage(jsonCurrentPin);