public void CreateContainer(string containerName, [FromQuery] string auth, [FromHeader] string authenticationKey)
 {
     _system.CreateContainer(containerName, auth ?? authenticationKey);
 }