public async Task Post([FromBody] Strategy strategy)
 {
     await _dataAccess.CreateStrategyAsync(strategy);
 }