protected BackendlessBootstrapBase (string applicationId, string secretKey)
		{
			_applicationId = applicationId;
			_secretKey = secretKey;
			_locator = this;
		}
 protected BackendlessBootstrapBase(string applicationId, string secretKey)
 {
     _applicationId = applicationId;
     _secretKey     = secretKey;
     _locator       = this;
 }