public void RegisterApi(IApiController controller)
 {
     controller.Add(new ContentMetadataApi());
 }